home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TUPDATEPROGRESSDLG / TUPDATEPROGRESSDLG.txt
Text File  |  2002-07-04  |  1KB  |  53 lines

  1. object UpdateProgressDlg: TUpdateProgressDlg
  2.   Left = 279
  3.   Top = 367
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Auto Update'
  7.   ClientHeight = 55
  8.   ClientWidth = 394
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 90
  25.     Height = 13
  26.     Caption = 'Downloading file ...'
  27.   end
  28.   object ProgressBar: TProgressBar
  29.     Left = 8
  30.     Top = 28
  31.     Width = 297
  32.     Height = 17
  33.     Min = 0
  34.     Max = 100
  35.     TabOrder = 0
  36.   end
  37.   object btnCancel: TButton
  38.     Left = 312
  39.     Top = 24
  40.     Width = 75
  41.     Height = 25
  42.     Caption = '&Cancel'
  43.     TabOrder = 1
  44.     OnClick = btnCancelClick
  45.   end
  46.   object Language: TLanguage
  47.     LangCenter = DM_Language.LangCenter
  48.     ResStrings.Strings = (
  49.       '0001=Downloading')
  50.     Left = 272
  51.   end
  52. end
  53.